Changeset 42 in ntrip for trunk/ntripclient
- Timestamp:
- Jul 4, 2006, 10:05:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/NtripLinuxClient.c
r41 r42 1 1 /* 2 2 Easy example NTRIP client for Linux/Unix. 3 $Id: NtripLinuxClient.c,v 1.1 72006/06/22 11:57:14stoecker Exp $3 $Id: NtripLinuxClient.c,v 1.18 2006/06/22 12:22:02 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 7$";43 static char datestr[] = "$Date: 2006/06/22 1 1:57:14$";42 static char revisionstr[] = "$Revision: 1.18 $"; 43 static char datestr[] = "$Date: 2006/06/22 12:22:02 $"; 44 44 45 45 struct Args … … 295 295 if(!(he=gethostbyname(args.server))) 296 296 { 297 p error("gethostbyname");297 printf(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.