From ded3d5f4962928feec8060cab0bbd96e7443a3dd Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Thu, 4 Oct 2007 07:45:31 +0200 Subject: [PATCH] help (msysgit): add comment about assumption on _pgmptr --- help.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help.c b/help.c index f4a0208ff3..1c0946c649 100644 --- a/help.c +++ b/help.c @@ -186,6 +186,8 @@ char* get_install_dir() } } } + /* Note, according to the msdn documentation we have a full path + if started through the shell and this error should never happen. */ fprintf(stderr, "Fatal Error: failed to locate installation root.\n"); exit(1); }