Project

General

Profile

« Previous | Next » 

Revision 76e2370f

Added by nobu (Nobuyoshi Nakada) almost 6 years ago

Fix dangling path name from fstring

  • load.c (rb_require_internal): make sure in advance that the path
    to be loaded shares a fstring, to get rid of dangling path name.
    Fixed up 5931857281ce45c1c277aa86d1588119ab00a955. [Bug #16041]