mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.1 KiB

  1. diff -ruN gscanbus-0.7.1/gscanbus.c gscanbus-0.7.1-new/gscanbus.c
  2. --- gscanbus-0.7.1/gscanbus.c 2001-07-11 12:53:51.000000000 +0200
  3. +++ gscanbus-0.7.1-new/gscanbus.c 2005-03-19 00:53:33.303914611 +0100
  4. @@ -109,13 +109,13 @@
  5. static GdkPixmap *pixmap = NULL;
  6. -const char not_compatible[] = "\
  7. -This libraw1394 does not work with your version of Linux. You need a different
  8. -version that matches your kernel (see kernel help text for the raw1394 option to
  9. -find out which is the correct version).\n";
  10. +const char not_compatible[] =
  11. +"This libraw1394 does not work with your version of Linux. You need a different\
  12. +version that matches your kernel (see kernel help text for the raw1394 option \
  13. +to find out which is the correct version).\n";
  14. -const char not_loaded[] = "\
  15. -This probably means that you don't have raw1394 support in the kernel or that
  16. +const char not_loaded[] =
  17. +"This probably means that you don't have raw1394 support in the kernel or that \
  18. you haven't loaded the raw1394 module.\n";
  19. /*---------------------------------------------------------------------------