mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 09:57:41 +03:00
osx: Fix new version check
This commit is contained in:
parent
abe298e9d0
commit
6857808656
@ -98,6 +98,7 @@ gchar *spek_platform_read_line (const gchar *uri) {
|
||||
buf = (gchar *) g_malloc (length + 1);
|
||||
CFDataGetBytes (data, CFRangeMake (0, length), (UInt8 *) buf);
|
||||
buf[length] = '\0';
|
||||
g_strchomp (buf);
|
||||
CFRelease (data);
|
||||
}
|
||||
CFRelease (url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user