Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext/Thgstatus: ignore ERROR_PIPE_NOT_CONNECTED (233)

nothing unusual

Changeset 932d15bf6d7b

Parent 55573f29c240

by Adrian Buehlmann

Changes to one file · Browse files at 932d15bf6d7b Showing diff from parent 55573f29c240 Diff from another changeset...

 
32
33
34
35
 
 
 
36
37
38
 
32
33
34
 
35
36
37
38
39
40
@@ -32,7 +32,9 @@
  NMPWAIT_NOWAIT   );   - if (fSuccess || ::GetLastError() == ERROR_MORE_DATA) + if (fSuccess || + ::GetLastError() == ERROR_MORE_DATA + || ::GetLastError() == ERROR_PIPE_NOT_CONNECTED)   {   return 0;   }