comparison mcabber/libjabber/str.c @ 401:84222be1f440

Kill a warning in the libjabber library This is useless change, but it prevents some gcc from complaining...
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Aug 2005 20:32:11 +0200
parents bf3d6e241714
children c3ae9251c197
comparison
equal deleted inserted replaced
400:e536ab271584 401:84222be1f440
342 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* D0-DF */ 342 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* D0-DF */
343 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* E0-EF */ 343 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* E0-EF */
344 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 /* F0-FF */ 344 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 /* F0-FF */
345 }; 345 };
346 346
347 dlast = 0;
347 phase = 0; 348 phase = 0;
348 for (cur = str; *cur != '\0'; ++cur ) 349 for (cur = str; *cur != '\0'; ++cur )
349 { 350 {
350 d = table[(int)*cur]; 351 d = table[(int)*cur];
351 if(d != -1) 352 if(d != -1)