Home
last modified time | relevance | path

Searched refs:MSG_INCOMPLETE_RANGE (Results 1 – 2 of 2) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A Dmessage.h145 #define MSG_INCOMPLETE_RANGE _("Incomplete range specified. %s") macro
H A Dutil.cc647 throw DL_ABORT_EX(fmt(MSG_INCOMPLETE_RANGE, std::string(i, j).c_str())); in parseIntSegments()