projects
/
vrfileman
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb234b8
)
removed debug print
author
John Tsiombikas
<nuclear@mutantstargoat.com>
Wed, 3 Aug 2016 06:25:34 +0000
(09:25 +0300)
committer
John Tsiombikas
<nuclear@mutantstargoat.com>
Wed, 3 Aug 2016 06:25:34 +0000
(09:25 +0300)
src/fspath.cc
patch
|
blob
|
history
diff --git
a/src/fspath.cc
b/src/fspath.cc
index
eb923d6
..
ea8ce6e
100644
(file)
--- a/
src/fspath.cc
+++ b/
src/fspath.cc
@@
-128,8
+128,6
@@
FSPath &FSPath::operator =(FSPath &&p)
void FSPath::sanitize()
{
- printf("sanitize: \"%s\"\n", abs_path);
-
// first pass, convert and backslashes to slashes
char *s = abs_path;
while(*s) {