From ef595a33cf693d23c7caebc0a4299b55da3269cb Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 20 May 2009 16:45:36 +0200 Subject: fix glob-assign for FORMAT --- sv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sv.c') diff --git a/sv.c b/sv.c index aab9fa0d67..b4084858b8 100644 --- a/sv.c +++ b/sv.c @@ -3692,6 +3692,7 @@ S_glob_assign_ref(pTHX_ SV *const dstr, SV *const sstr) goto common; case SVt_PVFM: location = (SV **) &GvFORM(dstr); + goto common; default: location = &GvSV(dstr); import_flag = GVf_IMPORTED_SV; -- cgit v1.2.1