We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7890e1 commit 152f3cdCopy full SHA for 152f3cd
1 file changed
src/detection/disk/disk_sunos.c
@@ -100,6 +100,7 @@ static void detectStats(FFDisk* disk) {
100
disk->filesUsed = (uint32_t) (disk->filesTotal - fs.f_ffree);
101
102
ffStrbufSetS(&disk->name, fs.f_fstr);
103
+ ffStrbufTrimRightSpace(&disk->name);
104
105
disk->createTime = 0;
106
}
0 commit comments