* cygpath.cc (dowin): Remove stray debugging printf statement.
This commit is contained in:
parent
b985a434a0
commit
79f24ec37d
|
@ -1,3 +1,7 @@
|
|||
2006-01-18 Dave Korn <dave.korn@artimi.com>
|
||||
|
||||
* cygpath.cc (dowin): Remove stray debugging printf statement.
|
||||
|
||||
2006-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* Makefile.in: Replace etcdir with sysconfdir.
|
||||
|
|
|
@ -379,7 +379,6 @@ dowin (char option)
|
|||
GetWindowsDirectory (buf, MAX_PATH);
|
||||
strcat (buf, "\\Profiles");
|
||||
}
|
||||
fprintf (stderr, "************** buf %s\n", buf);
|
||||
break;
|
||||
|
||||
case 'S':
|
||||
|
|
Loading…
Reference in New Issue