openbsd-ports/comms/pilot-link/patches/patch-pilot-schlep_c

15 lines
426 B
Plaintext
Raw Normal View History

2002-09-07 00:26:50 -04:00
$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
2002-09-07 00:26:50 -04:00
+++ 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);