Changeset 43 in ntrip


Ignore:
Timestamp:
Jul 4, 2006, 2:53:43 PM (18 years ago)
Author:
stoecker
Message:

fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r42 r43  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.18 2006/06/22 12:22:02 stoecker Exp $
     3  $Id: NtripLinuxClient.c,v 1.19 2006/07/04 08:05:45 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.18 $";
    43 static char datestr[]     = "$Date: 2006/06/22 12:22:02 $";
     42static char revisionstr[] = "$Revision: 1.19 $";
     43static char datestr[]     = "$Date: 2006/07/04 08:05:45 $";
    4444
    4545struct Args
     
    295295    if(!(he=gethostbyname(args.server)))
    296296    {
    297       printf(stderr, "Server name lookup failed for '%s'.\n", args.server);
     297      fprintf(stderr, "Server name lookup failed for '%s'.\n", args.server);
    298298      exit(1);
    299299    }
Note: See TracChangeset for help on using the changeset viewer.