Changeset 42 in ntrip for trunk/ntripclient/NtripLinuxClient.c


Ignore:
Timestamp:
Jul 4, 2006, 10:05:45 AM (18 years ago)
Author:
stoecker
Message:

fixed error text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r41 r42  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.17 2006/06/22 11:57:14 stoecker Exp $
     3  $Id: NtripLinuxClient.c,v 1.18 2006/06/22 12:22:02 stoecker Exp $
    44  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
     
    4040
    4141/* CVS revision and version */
    42 static char revisionstr[] = "$Revision: 1.17 $";
    43 static char datestr[]     = "$Date: 2006/06/22 11:57:14 $";
     42static char revisionstr[] = "$Revision: 1.18 $";
     43static char datestr[]     = "$Date: 2006/06/22 12:22:02 $";
    4444
    4545struct Args
     
    295295    if(!(he=gethostbyname(args.server)))
    296296    {
    297       perror("gethostbyname");
     297      printf(stderr, "Server name lookup failed for '%s'.\n", args.server);
    298298      exit(1);
    299299    }
Note: See TracChangeset for help on using the changeset viewer.