Bug 167532: fixed a regression introduced by the previous checkin.

git-svn-id: svn://10.0.0.236/trunk@129148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2002-09-10 05:10:53 +00:00
parent 2169d2bfc6
commit abf9db079e

View File

@@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: devutil.c,v $ $Revision: 1.16 $ $Date: 2002-09-05 22:28:30 $ $Name: not supported by cvs2svn $";
static const char CVS_ID[] = "@(#) $RCSfile: devutil.c,v $ $Revision: 1.17 $ $Date: 2002-09-10 05:10:53 $ $Name: not supported by cvs2svn $";
#endif /* DEBUG */
#ifndef DEVM_H
@@ -1088,6 +1088,8 @@ find_objects_in_array
ot[i].ulValueLen, NULL))
{
match = PR_TRUE;
} else {
match = PR_FALSE;
}
break;
}