diff options
Diffstat (limited to 'src/put.cpp')
-rw-r--r-- | src/put.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/put.cpp b/src/put.cpp index 3dac660..2f4d6ea 100644 --- a/src/put.cpp +++ b/src/put.cpp @@ -1042,7 +1042,7 @@ PutScreen::initiateCommon (CompAction *action, { /* this will keep put from working while something else has a screen grab */ - if (s->otherGrabExist ("put", 0)) + if (s->otherGrabExist ("put", NULL)) return false; /* we are ok, so grab the screen */ |