/*
- * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
+ * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
*/
#include "config.h"
-
#include "TextDocument.h"
#include "Element.h"
m_skipLF = false;
}
- str.advance(0);
+ str.advance();
// Maybe enlarge the buffer
checkBuffer();