Wichert Akkerman hace 25 años
padre
commit
f69e08cb79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/mlib.c

+ 1 - 1
lib/mlib.c

@@ -168,7 +168,7 @@ int do_fd_copy(int fd1, int fd2, int limit, char *desc) {
 	ohshite(_("failed in copy on read"));
 	ohshite(_("failed in copy on read"));
       snprintf(sbuf, count, er_msg_3, desc);
       snprintf(sbuf, count, er_msg_3, desc);
       sbuf[count-1] = 0;
       sbuf[count-1] = 0;
-      ohsite(sbuf);
+      ohshite(sbuf);
     }
     }
 
 
     free(sbuf);
     free(sbuf);