[PC-BSD Commits] r741 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 09:09:56 PDT 2007
Author: kris
Date: 2007-09-17 09:09:55 -0700 (Mon, 17 Sep 2007)
New Revision: 741
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui.h
Log:
Changed the displayed output in installer fom "/./" to "/"
Modified: pcbsd/trunk/PCInstall/pcinstall.ui.h
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-17 12:28:58 UTC (rev 740)
+++ pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-17 16:09:55 UTC (rev 741)
@@ -1406,9 +1406,9 @@
// Remove the "x" from the start
if ( Buffer.find("x", 0) == 0)
{
- Buffer.remove(0, 2);
+ Buffer.remove(0, 3);
tmp = Buffer;
- Buffer = "/" + tmp;
+ Buffer = tmp;
}
More information about the Commits
mailing list