Skip to content
Snippets Groups Projects
Commit 77375713 authored by rswindell's avatar rswindell
Browse files

Resolve warning: field width specifier '*' expects argument of type 'int'

parent a2cd4157
No related branches found
No related tags found
No related merge requests found
......@@ -361,7 +361,7 @@ void umsg(char *str)
/****************************************************************************/
void upop(char *str)
{
static size_t len;
static int len;
if(str==NULL)
printf("\r%*s\r", len, "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment