Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <<<<<<< HEAD
  2. int postLengths[] = { username.length(), 32 };
  3. data = http_multipart_post(("http://"+ SERVER+ "/Login.json").c_str(), postNames, postDatas, postLengths, NULL, NULL, NULL, &dataStatus, &dataLength);
  4. =======
  5. size_t postLengths[] = { username.length(), 32 };
  6. data = http_multipart_post("http://" SERVER "/Login.json", postNames, postDatas, postLengths, NULL, NULL, NULL, &dataStatus, &dataLength);
  7. >>>>>>> 580b6101c466094123722ca4ded1649c683eab0d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement