diff src/madplug/fileinfo.c @ 1978:fa9f85cebade

s/vfs_/aud_vfs_/g
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:25:33 -0500
parents f6f5603a0954
children 2ffc6a69fcd1
line wrap: on
line diff
--- a/src/madplug/fileinfo.c	Sun Oct 07 00:23:19 2007 -0500
+++ b/src/madplug/fileinfo.c	Sun Oct 07 00:25:33 2007 -0500
@@ -596,7 +596,7 @@
     }
 #endif
 
-    if(!vfs_is_remote(fileurl) && !vfs_file_test(fileurl, G_FILE_TEST_EXISTS)) {
+    if(!aud_vfs_is_remote(fileurl) && !aud_vfs_file_test(fileurl, G_FILE_TEST_EXISTS)) {
         return;
     }
 
@@ -604,7 +604,7 @@
 
     if(audmad_is_remote(fileurl)) {
         info.remote = TRUE;
-        if(vfs_is_streaming(info.infile))
+        if(aud_vfs_is_streaming(info.infile))
            return; //file info dialog for remote streaming doesn't make sense.
     }