Changeset 26 in ntrip for trunk/ntripclient


Ignore:
Timestamp:
Dec 6, 2005, 5:50:26 PM (18 years ago)
Author:
euronav
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r25 r26  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.13 2005/04/26 08:14:38 stoecker Exp $
     3  $Id: NtripLinuxClient.c,v 1.14 2005/11/22 14:26:41 stoecker Exp $
    44  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
     
    2020*/
    2121
     22#include <ctype.h>
    2223#include <getopt.h>
    2324#include <stdio.h>
     
    3738
    3839/* CVS revision and version */
    39 static char revisionstr[] = "$Revision: 1.13 $";
    40 static char datestr[]     = "$Date: 2005/04/26 08:14:38 $";
     40static char revisionstr[] = "$Revision: 1.14 $";
     41static char datestr[]     = "$Date: 2005/11/22 14:26:41 $";
    4142
    4243struct Args
Note: See TracChangeset for help on using the changeset viewer.