Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 202)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#38 fixed invalid response from GetPhaseInfo in WaterPP jasper jasper

Reported by jasper, 3 years ago.

Description

String checks in method are incorrect.

#39 fixed Crash on saving package from test PME jasper jasper

Reported by jasper, 3 years ago.

Description

Test PME invalidly initializes an array of constants

#40 fixed PMC registration fails for all users jasper jasper

Reported by jasper, 3 years ago.

Description

PMC registration fails for all users.

This statement

merge the writer key

(isAllUsers)?rootKey->allUsers:rootKey->currentUser=hive;

is not executed correctly, due to apparent operator precedence issues. After fixing with an additional pair of brackets it works as expected:

((isAllUsers)?rootKey->allUsers:rootKey->currentUser)=hive;

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.