mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Also fixed love.window.setMode to fail instead of bug out when trying to set a fullscreen mode which is too large for the monitor.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ char *b64_decode(const char *src, int slen, int &size)
|
||||
char *dst = new char[size];
|
||||
char *d = dst;
|
||||
|
||||
char in[4], out[3], v;
|
||||
char in[4] = {0}, out[3], v;
|
||||
int i, len, pos = 0;
|
||||
|
||||
while (pos <= slen)
|
||||
|
||||
Reference in New Issue
Block a user