From 523a46f844ab6855b6888984c3f7a40a13900d74 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 1 Sep 1999 18:09:57 +0000 Subject: Added call to GNOME_COMPILE_WARNINGS. 1999-09-01 Miguel de Icaza * configure.in: Added call to GNOME_COMPILE_WARNINGS. * libversit: Removed all the rest of the C++ comments from C sources (per David's suggestion). 1999-09-01 David Kaelbling * card.c (strtoCardRev): Off by one error fix. svn path=/trunk/; revision=1153 --- libversit/vctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libversit/vctest.c') diff --git a/libversit/vctest.c b/libversit/vctest.c index b14e6c1b4e..7975d1e200 100644 --- a/libversit/vctest.c +++ b/libversit/vctest.c @@ -49,7 +49,7 @@ argv = foo; if (p) *p = 0; strcat(buf,".out"); fprintf(cfp,"reading text input from '%s'...\n", *argv); - //v = Parse_MIME_FromFile(fp); + /*v = Parse_MIME_FromFile(fp); */ v = Parse_MIME_FromFileName(*argv); writeVObjectToFile(buf,v); cleanVObject(v); -- cgit v1.2.3