This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
fix non-suffixed setxattr of user.mergerfs.minfreespace
pull/125/head
Antonio SJ Musumeci
10 years ago
parent
803b2ae999
commit
2d899479c3
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
src/num.cpp
3
src/num.cpp
View File
@ -53,6 +53,9 @@ namespace num
tmp
*
=
(
1024
*
1024
*
1024
)
;
break
;
case
'
\0
'
:
break
;
default
:
return
-
1
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirror/mergerfs
Title
Body
Create Issue