fix: init value
This commit is contained in:
@@ -9,7 +9,7 @@ public class StreamDirSet extends ScalarFunction {
|
|||||||
if (flags == null) {
|
if (flags == null) {
|
||||||
return 8192 + 16384L;
|
return 8192 + 16384L;
|
||||||
}
|
}
|
||||||
Long r = null;
|
long r = 0;
|
||||||
if ((flags & 8192) == 0) {
|
if ((flags & 8192) == 0) {
|
||||||
r += 8192;
|
r += 8192;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user