diff src/flacng/tools.c @ 1978:fa9f85cebade

s/vfs_/aud_vfs_/g
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:25:33 -0500
parents 5fa26178eaef
children 2f2ffbc2d04d
line wrap: on
line diff
--- a/src/flacng/tools.c	Sun Oct 07 00:23:19 2007 -0500
+++ b/src/flacng/tools.c	Sun Oct 07 00:25:33 2007 -0500
@@ -83,7 +83,7 @@
 
     if (close_fd && (NULL != info->input_stream)) {
         _DEBUG("Closing fd");
-        vfs_fclose(info->input_stream);
+        aud_vfs_fclose(info->input_stream);
     }
     info->input_stream = NULL;