Hello All,
              I have encountered the following problem and it seem to me
that it is a bug.

Steps to reproduce it:

Step 1:
Set "test" as password using security application.

Step 2:
Now write a program with the following code.

static char    Test[6]        =    "TESTB";
Boolean        Result
PwdSet ("test", Test);
Result         =    PwdVerify(Test);

On running the program the Result shows that the operation is successful
but now if you go to the
security application then on trying to manually change the password you
will find that the
password(TESTB) is wrong. Strangely the problem seems to exist for values
of Test which have
capital alphabets only.
I may be wrong, if so please tell me what is the mistake.

Regards,
Khurram



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to