mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2001-03-15 15:49:22 by ltoetsch]
fixed compile HD44780.c, cosmetics git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@125 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
+4
-7
@@ -1,4 +1,4 @@
|
||||
/* $Id: processor.c,v 1.21 2001/03/15 09:47:13 reinelt Exp $
|
||||
/* $Id: processor.c,v 1.22 2001/03/15 15:49:23 ltoetsch Exp $
|
||||
*
|
||||
* main data processing
|
||||
*
|
||||
@@ -20,6 +20,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: processor.c,v $
|
||||
* Revision 1.22 2001/03/15 15:49:23 ltoetsch
|
||||
* fixed compile HD44780.c, cosmetics
|
||||
*
|
||||
* Revision 1.21 2001/03/15 09:47:13 reinelt
|
||||
*
|
||||
* some fixes to ppdef
|
||||
@@ -460,12 +463,6 @@ static void print_token (int token, char **p, char *start, int maxlen)
|
||||
}
|
||||
break;
|
||||
|
||||
case T_MAIL:
|
||||
case T_MAIL_UNSEEN:
|
||||
val=query(token);
|
||||
*p+=sprintf (*p, "%3.0f", val);
|
||||
break;
|
||||
|
||||
case T_EXEC:
|
||||
i = (token>>8)-'0';
|
||||
*p+=sprintf (*p, "%.*s",cols-(*p-start), exec[i].s);
|
||||
|
||||
Reference in New Issue
Block a user