fixed
This commit is contained in:
parent
33b89e64da
commit
34fbb11114
6 changed files with 7 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
|||
#include <sys/stat.h>
|
||||
#include "mode_to_str.h"
|
||||
|
||||
char mode[11];
|
||||
|
||||
char *mu_mode_2_str(mode_t file_mode) {
|
||||
snprintf(mode, sizeof(mode), "----------");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue