Ticket #31301: dbdimp.c.patch

File dbdimp.c.patch, 437 bytes (added by macportscf@…, 13 years ago)

Patch with fix

  • dbdimp.c

    old new  
    24442444    {
    24452445      const char* clientinfo = mysql_get_client_info();
    24462446      result= clientinfo ?
    2447         sv_2mortal(newSVpv(clientinfo, strlen(clientinfo))) : &sv_undef;
     2447        sv_2mortal(newSVpv(clientinfo, strlen(clientinfo))) : &PL_sv_undef;
    24482448    }
    24492449    else if (kl == 13 && strEQ(key, "clientversion"))
    24502450    {