17610 r=akhil.arora@sun.com, fix=Denis Sharypov <sdv@sparc.spb.su>
Cosmetic changes to remove warnings generated by Visual C++ compiler Do not link with unneccessary library raptorgfx in makefile.win Use JAVAHOME to point to JDK instead of hardcoding the path git-svn-id: svn://10.0.0.236/trunk@52553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -640,7 +640,7 @@ static char* strip_whitespace(const PRUnichar* input, int length)
|
||||
if ((pc == ' ' || pc == '\n' || pc == '\t') &&
|
||||
(c == ' ' || c == '\n' || c == '\t'))
|
||||
continue;
|
||||
*op++ = c;
|
||||
*op++ = (char)c;
|
||||
pc = c;
|
||||
}
|
||||
*op++ = 0;
|
||||
|
||||
Reference in New Issue
Block a user