From 09a33c9a2bc6795df9349a7355167ecaa588343b Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 21 Aug 2004 18:25:24 +0000 Subject: [PATCH] add a nice comment about core.xml git-svn-id: http://ltt.polymtl.ca/svn@827 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/convert.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index c30fbd06..3f7bc141 100644 --- a/ltt/branches/poly/ltt/convert/convert.c +++ b/ltt/branches/poly/ltt/convert/convert.c @@ -753,6 +753,8 @@ int main(int argc, char ** argv){ close(fdProc); fclose(fp); + g_printf("Conversion completed. Don't forget to copy core.xml to eventdefs directory\n"); + return 0; } -- 2.34.1