Skip to content

Commit 7db8a5b

Browse files
committed
Merge pull request #1272 from xzyfer/fix/weird-string
Fix string weird initialisation
2 parents 0e6b4a2 + 877c9ba commit 7db8a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace Sass {
8686
}
8787

8888
bool semicolon = false;
89-
string(error_message);
89+
string error_message;
9090
lex< optional_spaces >();
9191
Selector_Lookahead lookahead_result;
9292
while (position < end) {

0 commit comments

Comments
 (0)