mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-07 01:50:13 +00:00
GetCharArg() was either a hack to keep from segfaulting when using this botched option parser or it was old forgotten code - or both. GetCharArg() was not needed because from_string() has std::string overloaded and every GetCharArg() made its way to from_string(). Note: when using from_string() with std::string, it must be caught! |
||
|---|---|---|
| .. | ||
| base64.cpp | ||
| base64.h | ||
| HTTP.cpp | ||
| HTTP.h | ||
| I2PEndian.cpp | ||
| I2PEndian.h | ||
| LittleBigEndian.h | ||
| Log.cpp | ||
| Log.h | ||
| Queue.h | ||
| Timestamp.h | ||
| util.cpp | ||
| util.h | ||