mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2001-02-16 14:15:11 by reinelt]
fixed type in processor.c GPO documentation update from Carsten git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@82 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: processor.c,v 1.12 2001/02/16 08:23:09 reinelt Exp $
|
||||
/* $Id: processor.c,v 1.13 2001/02/16 14:15:11 reinelt Exp $
|
||||
*
|
||||
* main data processing
|
||||
*
|
||||
@@ -20,6 +20,11 @@
|
||||
*
|
||||
*
|
||||
* $Log: processor.c,v $
|
||||
* Revision 1.13 2001/02/16 14:15:11 reinelt
|
||||
*
|
||||
* fixed type in processor.c
|
||||
* GPO documentation update from Carsten
|
||||
*
|
||||
* Revision 1.12 2001/02/16 08:23:09 reinelt
|
||||
*
|
||||
* new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de>
|
||||
@@ -357,7 +362,7 @@ static void print_token (int token, char **p)
|
||||
break;
|
||||
case T_ISDN_CONNECT:
|
||||
if (isdn.usage)
|
||||
*p+=sprintf (*p, "*",);
|
||||
*p+=sprintf (*p, "*");
|
||||
else
|
||||
*p+=sprintf (*p, " ");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user