This patch fixes the Linux path parsing, when dealing with deliminators. For
example, when running the linux_mount command the paths were showing up
something like the following:
////mnt//point///whatever////
Now they properly parse as
/mnt/point/whatever
In addition this patch fixes an error I was getting on some plugins about
comparing CType to an int
Original issue reported on code.google.com by Joe.Sylve@gmail.com on 29 Jun 2012 at 2:36
Original issue reported on code.google.com by
Joe.Sylve@gmail.com
on 29 Jun 2012 at 2:36Attachments: