r = nisheeth, a = brendan
OS/2 bringup - false should be PR_FALSE


git-svn-id: svn://10.0.0.236/trunk@71407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2000-06-02 23:00:41 +00:00
parent f39433e11c
commit 82b2a867f4
2 changed files with 2 additions and 2 deletions

View File

@@ -475,7 +475,7 @@ public:
CAbacus(PRInt32 aDefaultValue=0,eNumFormat aFormat=eDecimal) {
mUserSeries=0;
mFormat=aFormat;
mCase=false;
mCase=PR_FALSE;
mValue=0;
mUserBase=0;
}

View File

@@ -475,7 +475,7 @@ public:
CAbacus(PRInt32 aDefaultValue=0,eNumFormat aFormat=eDecimal) {
mUserSeries=0;
mFormat=aFormat;
mCase=false;
mCase=PR_FALSE;
mValue=0;
mUserBase=0;
}