[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:
ltoetsch
2001-03-15 15:49:23 +00:00
parent cafef33d38
commit f28003f177
3 changed files with 27 additions and 14 deletions
+4 -7
View File
@@ -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);