Skip to content

Commit 8a33af3

Browse files
author
Daniel Kroening
committed
unescape functions now return strings
1 parent 69603f3 commit 8a33af3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ansi-c/preprocessor_line.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ void preprocessor_line(
7979
ptr++;
8080
}
8181

82-
std::string file_name_tmp2;
83-
unescape_string(file_name_tmp, file_name_tmp2);
82+
std::string file_name_tmp2=unescape_string(file_name_tmp);
8483
parser.set_file(file_name_tmp2);
8584
}

0 commit comments

Comments
 (0)