mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
FFlist: fix return value of ffListPop
This commit is contained in:
+1
-1
@@ -34,5 +34,5 @@ bool ffListPop(FFlist* list, void* result)
|
||||
|
||||
memcpy(result, ffListGet(list, list->length - 1), list->elementSize);
|
||||
--list->length;
|
||||
return result;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user