mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Media (macOS): try fixing error CFStringGetCString() failed
This commit is contained in:
@@ -381,6 +381,9 @@ int main(void)
|
||||
ffStrbufEnsureFixedLengthFree(&strbuf, 10);
|
||||
VERIFY(strbuf.length == 0);
|
||||
VERIFY(strbuf.allocated == 11);
|
||||
ffStrbufEnsureFixedLengthFree(&strbuf, 12);
|
||||
VERIFY(strbuf.length == 0);
|
||||
VERIFY(strbuf.allocated == 13);
|
||||
ffStrbufDestroy(&strbuf);
|
||||
|
||||
//ffStrbufEnsureFixedLengthFree / empty buffer with zero free length
|
||||
|
||||
Reference in New Issue
Block a user