On Sonntag, 18. Januar 2009, Steffen Prohaska wrote: > This simplifies the calling code. But it could really be squashed into the previous patch, after fixing... > @@ -23,6 +23,9 @@ const char *system_path(const char *path) > > const char *git_extract_argv0_path(const char *argv0) > { > + if (!argv0 || !*argv0) > + return 0; > + > const char *slash = argv0 + strlen(argv0); ... this declaration after statement. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html