changeset 743:764f660e3909

Squashed a little bug.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 09 Feb 2008 19:27:14 +0100
parents fc8f0e61bc42
children 7173ece1b696
files trunk/src/cmd/DDoc.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/cmd/DDoc.d	Sat Feb 09 18:53:59 2008 +0100
+++ b/trunk/src/cmd/DDoc.d	Sat Feb 09 19:27:14 2008 +0100
@@ -63,7 +63,7 @@
     dest.append(mod.getFQN() ~ ".html");
     if (verbose)
       Stdout.formatln("{} > {}", mod.filePath, dest);
-    writeDocFile(dest, mod, mtable, incUndoc);
+    writeDocFile(dest.toString(), mod, mtable, incUndoc);
   }
 }