Skip to content

Commit d78e18a

Browse files
src/utils/selectsites.cpp: fixing a bug in function name
1 parent baa8cd3 commit d78e18a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/selectsites.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ struct quick_buf : public std::ostringstream,
6161
setp(pbase(), pbase());
6262
}
6363
char const *
64-
c_str() {
65-
/* between c_str and insertion make sure to clear() */
64+
data() {
65+
/* between data() and insertion make sure to clear() */
6666
*pptr() = '\0';
6767
return pbase();
6868
}

0 commit comments

Comments
 (0)