Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 1506d3d4dd324aeca5fbd5c9efc54a74 > files > 1

mfiler3-4.2.7-2.fc13.src.rpm

--- mfiler3-4.2.7/commands.c.debug	2011-03-08 15:23:40.000000000 +0900
+++ mfiler3-4.2.7/commands.c	2011-04-14 01:02:20.000000000 +0900
@@ -2227,7 +2227,7 @@
         string_obj* line = STRING_NEW("");
         int result = statment_tree_internal_commands_read_nextin_oneline(nextin, line);
         if(result < 0) {
-            err_msg("interrupt");
+            merr_msg("interrupt");
             string_delete(line);
             return FALSE;
         }