changeset 2554:6eb30e919b6e trunk

[svn] Use VFS.
author js
date Tue, 20 Feb 2007 04:54:56 -0800
parents d2994bdc12b0
children 22da0618297e
files ChangeLog src/audacious/build_stamp.c src/libid3tag/file.c
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 19 12:27:45 2007 -0800
+++ b/ChangeLog	Tue Feb 20 04:54:56 2007 -0800
@@ -1,3 +1,11 @@
+2007-02-19 20:27:45 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4116]
+  - new translation drop from flameeyes
+  
+  trunk/po/it.po | 3576 ++++-----------------------------------------------------
+  1 file changed, 279 insertions(+), 3297 deletions(-)
+
+
 2007-02-19 14:16:29 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [4114]
   Add Monkeh to credits. Correct ChangeLog, monkeh != monkey.
--- a/src/audacious/build_stamp.c	Mon Feb 19 12:27:45 2007 -0800
+++ b/src/audacious/build_stamp.c	Tue Feb 20 04:54:56 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070219-4114";
+const gchar *svn_stamp = "20070219-4116";
--- a/src/libid3tag/file.c	Mon Feb 19 12:27:45 2007 -0800
+++ b/src/libid3tag/file.c	Tue Feb 20 04:54:56 2007 -0800
@@ -483,7 +483,7 @@
   VFSFile *iofile;
   struct id3_file *file;
 
-  iofile = fdopen(fd, (mode == ID3_FILE_MODE_READWRITE) ? "r+b" : "rb");
+  iofile = vfs_fdopen(fd, (mode == ID3_FILE_MODE_READWRITE) ? "r+b" : "rb");
   if (iofile == 0)
     return 0;