# HG changeset patch # User jm@localhost.localdomain # Date 1194792217 -7200 # Node ID 2949146f27812972bd886cdee2b8e1bfb14d589a # Parent 3b5421d40f9b2ce50869b79a8f31496892ef67b5 s-exp comment fix. diff -r 3b5421d40f9b -r 2949146f2781 trunk/src/docgen/config/reader.d --- a/trunk/src/docgen/config/reader.d Sat Nov 10 23:50:09 2007 +0100 +++ b/trunk/src/docgen/config/reader.d Sun Nov 11 16:43:37 2007 +0200 @@ -63,7 +63,7 @@ } case '#': // starts a comment sidx = i; - while (input[++sidx] != '\n' && sidx