diff src/shnplug/shorten.h @ 1978:fa9f85cebade

s/vfs_/aud_vfs_/g
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:25:33 -0500
parents e8ea3a76a84e
children
line wrap: on
line diff
--- a/src/shnplug/shorten.h	Sun Oct 07 00:23:19 2007 -0500
+++ b/src/shnplug/shorten.h	Sun Oct 07 00:25:33 2007 -0500
@@ -166,7 +166,7 @@
 
 extern int getc_exit_val;
 #define getc_exit(stream)\
-(((getc_exit_val = vfs_getc(stream)) == EOF) ? \
+(((getc_exit_val = aud_vfs_getc(stream)) == EOF) ? \
   complain("FATALERROR: read failed: getc returns EOF"), 0: getc_exit_val)
 
 /************************/