diff ChangeLog @ 792:2b2313fc1ddc trunk

[svn] - I was noticed vfs_fread check still causes problem. disable for now.
author yaz
date Wed, 07 Mar 2007 05:36:20 -0800
parents 91d2b302f479
children 98cdc39031f9
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 07 05:08:55 2007 -0800
+++ b/ChangeLog	Wed Mar 07 05:36:20 2007 -0800
@@ -1,3 +1,11 @@
+2007-03-07 13:08:55 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1680]
+  - only perform vfs fseek against info::infile if it is available.
+  
+  trunk/src/madplug/input.c |    8 +++++---
+  1 file changed, 5 insertions(+), 3 deletions(-)
+
+
 2007-03-07 08:53:24 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1678]
   - translate curl error number into corresponding error message. patch by Joker.