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


Ignore:
Timestamp:
Feb 15, 2005, 5:15:33 PM (19 years ago)
Author:
stoecker
Message:

minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r10 r13  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.7 2005/01/03 11:33:39 stoecker Exp $
    4   Copyright (C) 2003 by Dirk Stoecker <stoecker@epost.de>
     3  $Id: NtripLinuxClient.c,v 1.8 2005/01/27 07:38:04 stoecker Exp $
     4  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
    66  This program is free software; you can redistribute it and/or modify
     
    3838
    3939/* CVS revision and version */
    40 static char revisionstr[] = "$Revision: 1.7 $";
    41 static char datestr[]     = "$Date: 2005/01/03 11:33:39 $";
     40static char revisionstr[] = "$Revision: 1.8 $";
     41static char datestr[]     = "$Date: 2005/01/27 07:38:04 $";
    4242
    4343struct Args
Note: See TracChangeset for help on using the changeset viewer.