Change 976

tony_smith (Tony Smith)
Tony Smith committed this change into //guest/tony_smith/perforce/API
Request Review
Download .zip
Fix for multi-line field handling bug.
The array handling code
was dependent on all results for a given tag being supplied before
moving on to the next tag, but this is not true for all Perforce
commands. i.e.

    p4 client -o    -> tags not fragmented
    p4 describe -s    -> oops.

Now the implementation is not fussy about the order in which
elements arrive other than that tagN comes before tagN+1. Any
number of other elements may come in between them.
  • Files 4
  • Comments 0
4 edited 0 added 0 deleted
P4-Client/Changes#13
Loading...
P4-Client/Client.pm#7
Loading...
P4-Client/lib/clientuserperl.cc#7
Loading...
current/P4-Client.tar.gz#5
Loading...
Tip: Use n and p to cycle through the changes.