Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


v3_stream fix for escape character handling
Peter Dinda [Fri, 2 Aug 2013 22:43:04 +0000 (17:43 -0500)]
linux_usr/v3_stream.c

index 8a3733a..c2cb815 100644 (file)
@@ -96,6 +96,8 @@ int process_escapes(char in)
        found_esc = 1;
     return 1;
   }
+
+  return 0;
 }
 
 int pump(int in, int out)