Index: trunk/pstamp/src/pstampGetROI.c
===================================================================
--- trunk/pstamp/src/pstampGetROI.c	(revision 16132)
+++ trunk/pstamp/src/pstampGetROI.c	(revision 18243)
@@ -116,5 +116,10 @@
     }
 
-    if (!*gotCenter || !*gotRange) {
+    if (!*gotCenter) {
+        psError(PSTAMP_ERR_ARGUMENTS, true, "must specify center");
+        return false;
+    }
+    if (!*gotRange) {
+        psError(PSTAMP_ERR_ARGUMENTS, true, "must specify range for stamp");
         return false;
     }
