diff src/mtp_up/mtp.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 cf4fa45ffd80
line wrap: on
line diff
--- a/src/mtp_up/mtp.c	Sun Oct 07 00:23:19 2007 -0500
+++ b/src/mtp_up/mtp.c	Sun Oct 07 00:25:33 2007 -0500
@@ -142,10 +142,10 @@
     /* dealing the stream upload (invalidating)*/
     if(filename)
     {
-        f = vfs_fopen(from_path,"r");
-        if(vfs_is_streaming(f)) 
+        f = aud_vfs_fopen(from_path,"r");
+        if(aud_vfs_is_streaming(f)) 
         {
-            vfs_fclose(f);
+            aud_vfs_fclose(f);
             return NULL;
         }
     }