Wichert Akkerman лет назад: 25
Родитель
Сommit
f69e08cb79
1 измененных файлов с 1 добавлено и 1 удалено
  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"));
       snprintf(sbuf, count, er_msg_3, desc);
       sbuf[count-1] = 0;
-      ohsite(sbuf);
+      ohshite(sbuf);
     }
 
     free(sbuf);