job000239

norman_morse (Norman Morse)
Norman Morse created this job , modified by Perforce maintenance
Closed
SyncFilesCmdFlags has duplicate options.
Both Quiet and Safemode are 0x20
These flags need to be different so the option parsing code works correctly.

 From customer in case 00149193

File Option.cs on about line 3479 

SafeMode = 0x0020  should be
SafeMode = 0x0040   to prevent conflict with Quiet Mode.
  • Details
  • Comments -
Status
Closed
Project
perforce-software-p4api-net
Severity
B
Reported By
Norman Morse
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
norman_morse
Type
Bug