changeset 877:5e33075ed9dd

Oops, a #ifdef was reversed, causing the xs_fsize() function not to be compiled.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 05:14:23 +0200
parents d03e5c73eb51
children 9d31c1344f26
files src/xs_support.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_support.c	Fri Nov 09 05:13:29 2012 +0200
+++ b/src/xs_support.c	Fri Nov 09 05:14:23 2012 +0200
@@ -28,7 +28,7 @@
 #include <ctype.h>
 #include <glib.h>
 
-#ifdef __AUDACIOUS_NEWVFS__
+#ifndef __AUDACIOUS_NEWVFS__
 off_t xs_fsize(XSFile *f)
 {
     off_t pos;