git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Прибрано непотрібну залежність від -lconffiles у плагіні до MySQL
[stg.git]
/
projects
/
sgconf
/
main.cpp
diff --git
a/projects/sgconf/main.cpp
b/projects/sgconf/main.cpp
index 0a2e12b4e301db9acbc8eef4c0fa88ac76bbdc16..ce8af73f7cbae348e8b9411598b1069b1e7324b1 100644
(file)
--- a/
projects/sgconf/main.cpp
+++ b/
projects/sgconf/main.cpp
@@
-948,7
+948,7
@@
while (1)
break;
case 'A': //nAme
- ParseAnyString(optarg, &str, "koi8-r");
+ ParseAnyString(optarg, &str, "koi8-r
u
");
req.name = str;
break;