This commit is contained in:
Christoph Niemann
2012-03-03 11:08:45 +01:00
parent 60cf321a59
commit 6e95d4c8b3
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* $Id$
*
* Log player
* Converter for OpenLog logfiles to TLM
*
* Copyright (C) 2011 Christoph Niemann
*
@@ -34,7 +34,7 @@
#include <stdlib.h>
//define the message id for the OPENLOG_TIMESTAMP message (default is 59)
#define MSG_NUMBER 59
#define MSG_NUMBER 129
int main(int argc, char *argv[]) {
FILE *in,*out;