pkgsrc/devel/acunia-jam/patches/patch-ab

14 lines
552 B
Text

$NetBSD: patch-ab,v 1.1 2003/01/02 15:25:57 skrll Exp $
--- pathunix.c.orig Tue Aug 28 09:57:03 2001
+++ pathunix.c
@@ -327,9 +327,7 @@ void file_classfile( FILENAME * fn)
}
}
-// printf("opening file '%s' grist = %s %d\n", buf1, fn->f_grist.ptr, fn->f_grist.len);
if (! ( f = fopen(buf1, "r") ) ) {
-// printf("failed\n");
fn->f_grist.ptr = fn->f_base.ptr = fn->f_suffix.ptr = fn->f_member.ptr = fn->f_dir.ptr = "";
fn->f_grist.len = fn->f_base.len = fn->f_suffix.len = fn->f_member.len = fn->f_dir.len = 0;
return;