From 7db05f6fc33fc94802a323d270f199a0bb008a97 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 10 Jun 2011 10:13:11 +0200 Subject: [PATCH] spec2make.c does not print out 'trying ..' - like the python version --- spec2make.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec2make.c b/spec2make.c index bcc49199..60004ef6 100644 --- a/spec2make.c +++ b/spec2make.c @@ -171,7 +171,7 @@ main(int argc, char *argv[]) char *suffix_index; for (suffix=suffixes ; *suffix ; suffix++) { - printf("# trying %s\n",*suffix); + /*printf("# trying %s\n",*suffix);*/ suffix_index=strstr(fullSource,*suffix); if (suffix_index) { char sourcename[PATH_MAX]; -- 2.43.0