mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* direntry.c (vfs_s_new_super): Added the missing return value.
This commit is contained in:
parent
b081558a24
commit
af1a952ea0
@ -1,3 +1,7 @@
|
||||
Wed Dec 2 14:06:49 KST 1998 Sung-Hyun Nam <namsh@lgic.co.kr>
|
||||
|
||||
* direntry.c (vfs_s_new_super): Added the missing return value.
|
||||
|
||||
Sun Nov 29 02:54:54 1998 Timur I. Bakeyev <timur@com.bat.ru>
|
||||
|
||||
* vfs.h: (Temporary?) fix to the compiling error: Some of the error
|
||||
|
@ -349,6 +349,7 @@ vfs_s_super *vfs_s_new_super (vfs *me)
|
||||
super->name = NULL;
|
||||
super->fd_usage = 0;
|
||||
super->me = me;
|
||||
return super;
|
||||
}
|
||||
|
||||
void vfs_s_insert_super (vfs *me, vfs_s_super *super)
|
||||
|
Loading…
Reference in New Issue
Block a user