diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-22 17:19:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-22 17:19:17 +0000 |
commit | a39cfda7ba28acc3b3c8251c4b61582ed7bbaca6 (patch) | |
tree | 340e88d73e2f752b06bfb621bb24f82b5779b049 /winsup/utils/cygpath.cc | |
parent | 9cd22f86fcd88171082c8b912eb407bd16c27837 (diff) | |
download | cygnal-a39cfda7ba28acc3b3c8251c4b61582ed7bbaca6.tar.gz cygnal-a39cfda7ba28acc3b3c8251c4b61582ed7bbaca6.tar.bz2 cygnal-a39cfda7ba28acc3b3c8251c4b61582ed7bbaca6.zip |
* Makefile.in: Link cygcheck with libwininet.a.
* cygcheck.cc: Add includes.
(grep_packages): New global variable.
(display_internet_error): New function.
(safe_chars): New global variable.
(base_url): Ditto.
(package_grep): New function.
(usage): Reword --help output for clarity. Document new argument.
(longopts): Add 'package-query' option.
(opts): Add 'p' option, reorder to be consistent with 'longopts'.
(main): Accommodate new option.
* utils.sgml (cygcheck): Update --help output. Document new -p option.
Diffstat (limited to 'winsup/utils/cygpath.cc')
-rw-r--r-- | winsup/utils/cygpath.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc index 62657594c..639bba5c1 100644 --- a/winsup/utils/cygpath.cc +++ b/winsup/utils/cygpath.cc @@ -379,6 +379,7 @@ dowin (char option) GetWindowsDirectory (buf, MAX_PATH); strcat (buf, "\\Profiles"); } +fprintf (stderr, "************** buf %s\n", buf); break; case 'S': |