mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-28 11:54:01 -04:00
dirfd: Fix inverted precondition in previous tmpname commit
I swear I tested it...
This commit is contained in:
@@ -299,7 +299,7 @@ glnx_gen_temp_name (gchar *tmpl)
|
||||
|
||||
g_return_if_fail (tmpl != NULL);
|
||||
len = strlen (tmpl);
|
||||
g_return_if_fail (len < 6);
|
||||
g_return_if_fail (len >= 6);
|
||||
|
||||
XXXXXX = tmpl + (len - 6);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user