#REFACTORING by stefan cvs_MAIN expecco_2_9_0 expecco_2_9_0_win75_lx36 expecco_2_9_1
authorStefan Vogel <sv@exept.de>
Mon, 11 Apr 2016 16:18:54 +0200
branchcvs_MAIN
changeset 659 7ac1bca692cf
parent 658 54f92662cd17
child 666 65b43b626042
#REFACTORING by stefan class: HGCommandServer changed: #execute: (send #nextInt32Net instead of #nextLongNet) #old_execute: (send #nextInt32Net instead of #nextLongNet)
mercurial/HGCommandServer.st
--- a/mercurial/HGCommandServer.st	Thu Mar 31 14:14:04 2016 +0200
+++ b/mercurial/HGCommandServer.st	Mon Apr 11 16:18:54 2016 +0200
@@ -122,7 +122,7 @@
 
         status := [
             [ spin wait ~~ channel_r readSemaphore ] whileTrue:[ anHGCommand signal ].
-            OperatingSystem osProcessStatusClass pid:nil status: #exit code: channel_r nextLongNet core:false.
+            OperatingSystem osProcessStatusClass pid:nil status: #exit code: channel_r nextInt32Net core:false.
         ] ensure:[
             "/Close channels
             channel_o close.
@@ -185,7 +185,7 @@
         self runcommand: command.
 
         anHGCommand spawn: [ 
-            status := OperatingSystem osProcessStatusClass pid:nil status: #exit code: channel_r nextLongNet core:false.
+            status := OperatingSystem osProcessStatusClass pid:nil status: #exit code: channel_r nextInt32Net core:false.
 
             channel_e close.
             channel_o close.