- Timestamp:
- Jul 4, 2006, 2:53:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/NtripLinuxClient.c
r42 r43 1 1 /* 2 2 Easy example NTRIP client for Linux/Unix. 3 $Id: NtripLinuxClient.c,v 1.1 8 2006/06/22 12:22:02stoecker Exp $3 $Id: NtripLinuxClient.c,v 1.19 2006/07/04 08:05:45 stoecker Exp $ 4 4 Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de> 5 5 … … 40 40 41 41 /* CVS revision and version */ 42 static char revisionstr[] = "$Revision: 1.1 8$";43 static char datestr[] = "$Date: 2006/0 6/22 12:22:02$";42 static char revisionstr[] = "$Revision: 1.19 $"; 43 static char datestr[] = "$Date: 2006/07/04 08:05:45 $"; 44 44 45 45 struct Args … … 295 295 if(!(he=gethostbyname(args.server))) 296 296 { 297 printf(stderr, "Server name lookup failed for '%s'.\n", args.server);297 fprintf(stderr, "Server name lookup failed for '%s'.\n", args.server); 298 298 exit(1); 299 299 }
Note:
See TracChangeset
for help on using the changeset viewer.