Searched refs:buggy (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp322 // special case for buggy(?) Gophernicus/1.5
323 static const char *buggy = "Error: File or directory not found!"; local
324 if (fInputBuffer.Size() > strlen(buggy)
325 && !memcmp(fInputBuffer.Data(), buggy, strlen(buggy))) {

Completed in 96 milliseconds