15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
$OpenBSD: patch-pilot-schlep_c,v 1.2 2002/09/07 04:26:50 pvalchev Exp $
|
|
--- pilot-schlep.c.orig Mon May 21 00:55:45 2001
|
|
+++ pilot-schlep.c Fri Sep 6 22:25:52 2002
|
|
@@ -71,8 +71,8 @@ void Connect(void)
|
|
exit(1);
|
|
}
|
|
|
|
- printf
|
|
- (" Port: %s\n\n Please press the HotSync button now...\n",
|
|
+ fprintf
|
|
+ (stderr, "Port: %s\n\n Please press the HotSync button now...\n",
|
|
device);
|
|
|
|
ret = pi_listen(sd, 1);
|