projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924cf08
)
Fix a typo.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Tue, 24 May 2016 22:10:39 +0000
(
00:10
+0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Tue, 24 May 2016 22:10:39 +0000
(
00:10
+0200)
config.cpp
patch
|
blob
|
history
diff --git
a/config.cpp
b/config.cpp
index
51a8b8d
..
15fe88e
100644
(file)
--- a/
config.cpp
+++ b/
config.cpp
@@
-242,7
+242,7
@@
bool parse_stream(const ConfigLine &line, Config *config)
stream.prebuffering_bytes = atoi(prebuffer_it->second.c_str());
}
- // Parse ou
pt
ut encoding.
+ // Parse ou
tp
ut encoding.
map<string, string>::const_iterator encoding_parm_it = line.parameters.find("encoding");
if (encoding_parm_it == line.parameters.end() ||
encoding_parm_it->second == "raw") {