mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtdspmsg: Warning prevention
This commit is contained in:
parent
ce7f5d0862
commit
6315770583
1 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#include "msgfac_msg.h"
|
||||
|
||||
|
@ -168,7 +169,7 @@ int main(int argc,char *argv[])
|
|||
case 'x':
|
||||
{
|
||||
char *pesc = p;
|
||||
int hex, hexlen = 0;
|
||||
unsigned int hex, hexlen = 0;
|
||||
|
||||
while (isxdigit(*++pesc))
|
||||
hexlen++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue