mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
2008-10-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Changed the type of offset to int. * src/ParameterizedStringParser.cc
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-10-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Changed the type of offset to int.
|
||||
* src/ParameterizedStringParser.cc
|
||||
|
||||
2008-10-04 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Made getAsInt() return int32_t
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace aria2 {
|
||||
|
||||
PStringDatumHandle ParameterizedStringParser::parse(const std::string& src)
|
||||
{
|
||||
int32_t offset = 0;
|
||||
int offset = 0;
|
||||
return diggPString(src, offset);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user