This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Log: Ensure FLAGS=none is -1 (
#9287
)
for-closed-social
zeripath
5 years ago
committed by
techknowlogick
parent
15254f5762
commit
95a57394af
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
modules/log/flags.go
+ 3
- 0
modules/log/flags.go
View File
@ -60,5 +60,8 @@ func FlagsFromString(from string) int {
flags
|=
f
}
}
if
flags
==
0
{
return
-
1
}
return
flags
}
Write
Preview
Loading…
Cancel
Save