projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6433c2
)
Eliminate debugging argument.
author
Christopher Faylor
<me+cygwin@cgf.cx>
Mon, 28 Feb 2000 06:34:14 +0000
(06:34 +0000)
committer
Christopher Faylor
<me+cygwin@cgf.cx>
Mon, 28 Feb 2000 06:34:14 +0000
(06:34 +0000)
gdb/wince-stub.c
patch
|
blob
|
history
diff --git
a/gdb/wince-stub.c
b/gdb/wince-stub.c
index 09b8b8d111b9625b4162005acc8573a09bc4c917..d20223c1690ae11577ba7b981b096d0325c05914 100644
(file)
--- a/
gdb/wince-stub.c
+++ b/
gdb/wince-stub.c
@@
-484,7
+484,6
@@
WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show)
char host[80];
whost = wcschr (cmd, L' '); /* Look for argument. */
- whost = cmd;
/* If no host is specified, just use default */
if (whost)