errno tmp fix

pull/667/head
Alexander Medvednikov 2019-06-26 17:04:38 +02:00
parent fa925f3092
commit be3dae6b44
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ fn rmdir(path, guard string) {
*/
fn print_c_errno() {
C.printf('errno=%d err="%s"\n', errno, C.strerror(errno))
//C.printf('errno=%d err="%s"\n', errno, C.strerror(errno))
}