Fixed a bug in creating fileref from fileref
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 12 Feb 2012 12:55:38 +0000 (13:55 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 12 Feb 2012 12:55:38 +0000 (13:55 +0100)
commitc4bbce6db0f0661105d88c1ccc046a755f6b8d80
tree90f36fb489347ee31ef1c5917cb4130cd7e7cbbe
parentc9c4577dd8b78fb65d5475e1c40836d22dfd80c3
Fixed a bug in creating fileref from fileref

glk_fileref_create_from_fileref() would use the entire pathname of
the old fileref as its basename. Now it uses the original basename.
libchimara/fileref.c
libchimara/fileref.h
libchimara/glkunix.c