shithub: mc

Download patch

ref: f5da3fe38642020090709cd8f76d54d399d7d3b2
parent: b26430dd150ddb19400c9fe6009db2cd629ea387
author: Ori Bernstein <[email protected]>
date: Wed Jan 22 10:00:46 EST 2014

Remove apparently offensive comment.

--- a/myrbuild/myrbuild.c
+++ b/myrbuild/myrbuild.c
@@ -157,7 +157,7 @@
 
 void getdeps(char *file, char **deps, size_t depsz, size_t *ndeps)
 {
-    char buf[2048]; /* if you hit this limit, shoot yourself */
+    char buf[2048];
 
     regmatch_t m[2];
     size_t i;