79611419

Date: 2025-05-07 21:20:59
Score: 0.5
Natty:
Report link

The solution is quite simple. In short, my structs were not not of the same size.

typedef struct dirent {
    char name[DIR_NAME];
    int  inum;
    bool active;
    char _unused[4];
} dirent;
Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: gjbauer