revising my bustage fix

git-svn-id: svn://10.0.0.236/trunk@131462 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2002-10-08 21:18:41 +00:00
parent d9e15f82fd
commit 616941008e

View File

@@ -1661,7 +1661,7 @@ nsHTMLEditor::InsertTextWithQuotations(const nsAString &aStringToInsert)
// If no newline found, lineStart is now strEnd and we can finish up,
// inserting from curHunk to lineStart then returning.
const nsDependentSubstring &curHunk = Substring(hunkStart, lineStart);
const nsAString &curHunk = Substring(hunkStart, lineStart);
nsCOMPtr<nsIDOMNode> dummyNode;
#ifdef DEBUG_akkana_verbose
printf("==== Inserting text as %squoted: ---\n%s---\n",