chiark / gitweb /
Do not allow --same --upload without --test-servers
[ypp-sc-tools.main.git] / pctb / rgbimage.c
index 720e5dce78d398ed7f8fdfc8f1dde353a1532cf4..0e89892306605d0b9f5e14773125197f7445e234 100644 (file)
@@ -146,7 +146,8 @@ void identify_rgbimage(const RgbImage *base, Rect portion,
   static int synced;
 
   if (!synced) {
-    fetch_with_rsync("pixmap");
+    if (o_flags & ff_dict_fetch)
+      fetch_with_rsync("pixmap");
     synced++;
   }