git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add assertions on OpenSearch results
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
rsconf.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
b/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
index 9ec72a1c1aa67f628c45e7af0dc72d9f1de23f37..b4cbf544aa82f169049691fbfeef316251a31547 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
@@
-461,7
+461,7
@@
while (1)
}
char buffer[8];
- buffer[
8
] = 0;
+ buffer[
7
] = 0;
DecodeString(buffer, bufferS, &ctx);
requestList.push_back(std::string(buffer, pos));