git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d67a1
)
removed printf
author
kramm
<kramm>
Fri, 6 Jan 2006 20:39:26 +0000
(20:39 +0000)
committer
kramm
<kramm>
Fri, 6 Jan 2006 20:39:26 +0000
(20:39 +0000)
pdf2swf/xpdf/GlobalParams.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/xpdf/GlobalParams.cc
b/pdf2swf/xpdf/GlobalParams.cc
index
3256a18
..
8981ba9
100644
(file)
--- a/
pdf2swf/xpdf/GlobalParams.cc
+++ b/
pdf2swf/xpdf/GlobalParams.cc
@@
-704,7
+704,7
@@
static GString* qualify_filename(GString*path, GString*filename)
/* absolute path */
fullpath = filename->copy();
}
- printf("%s -%s-> %s\n", filename->getCString(), path->getCString(), fullpath->getCString());
+ //printf("%s -%s-> %s\n", filename->getCString(), path->getCString(), fullpath->getCString());
return fullpath;
}