On Wed, Aug 24, 2022 at 10:41 PM Konstantin Kostiuk <[email protected]> wrote: > > Reviewed-by: Konstantin Kostiuk <[email protected]> > > On Wed, Aug 24, 2022 at 12:42 PM Bin Meng <[email protected]> wrote: >> >> From: Bin Meng <[email protected]> >> >> g_mkdir() is a deprecated API and newer codes should use >> g_mkdir_with_parents(). >> >> Signed-off-by: Bin Meng <[email protected]> >> --- >> >> qga/commands-posix-ssh.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >>
I was wrong that g_mkdir() is deprecated. I must have been misled by the GTK glib doc. Using g_mkdir() is still fine so this patch can be dropped. Sorry about that. Regards, Bin
