Add comment to curl callback
This commit is contained in:
parent
c4b717abd3
commit
6946031f5c
@ -156,6 +156,8 @@ void wifi::initTexture(){
|
||||
}
|
||||
}
|
||||
|
||||
///////////////////////////////////////
|
||||
// Curl callback function
|
||||
size_t dashboard::panel::wifi::curl_callback(void* contents, size_t size,
|
||||
size_t nmemb, void* userp){
|
||||
((std::string*)userp)->append((char*)contents, size * nmemb);
|
||||
|
Loading…
Reference in New Issue
Block a user