Skip to content

Commit abcc3d2

Browse files
committed
Correct data type for variable now
1 parent 6fdd76d commit abcc3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/YoutubeApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ String YoutubeApi::sendGetToYoutube(String command) {
3131
String body="";
3232
bool finishedHeaders = false;
3333
bool currentLineIsBlank = true;
34-
long now;
34+
unsigned long now;
3535
bool avail;
3636
// Connect with youtube api over ssl
3737
if (client->connect(HOST, SSL_PORT)) {

0 commit comments

Comments
 (0)