Fix build issue
This commit is contained in:
parent
9090b01a90
commit
96ab6f9fa4
@ -331,7 +331,7 @@ namespace sscs.verbs
|
||||
|
||||
#if LINUX
|
||||
// change file ownership to the user
|
||||
Mono.Unix.Native.Syscall.chown(sFilePath, userId.GetUID(), userId.GetUID());
|
||||
Mono.Unix.Native.Syscall.chown(sFilePath, (uint)userId.GetUID(), (uint)userId.GetUID());
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user