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.

47 lines
2.1 KiB

  1. gcc3.3 don't support multiline strings
  2. Alejandro
  3. --- eg-1.00.orig/eg.c 2000-07-04 09:18:49.000000000 -0400
  4. +++ eg-1.00/eg.c 2004-02-02 17:18:35.000000000 -0300
  5. @@ -174,24 +174,23 @@
  6. uname( &utsn );
  7. printf( "Expert Guide Version " EG_VERSION "\n\n"
  8. - "\
  9. - Expert Guide - A Text Mode Norton Guide Reader
  10. - Copyright (C) 1997,1998,1999,2000 David A Pearson
  11. -
  12. - This program is free software; you can redistribute it and/or modify
  13. - it under the terms of the GNU General Public License as published by
  14. - the Free Software Foundation; either version 2 of the license, or
  15. - (at your option) any later version.
  16. -
  17. - This program is distributed in the hope that it will be useful,
  18. - but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. - GNU General Public License for more details.
  21. -
  22. - You should have received a copy of the GNU General Public License
  23. - along with this program; if not, write to the Free Software
  24. - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  25. -\n" );
  26. +" Expert Guide - A Text Mode Norton Guide Reader\n"
  27. +" Copyright (C) 1997,1998,1999,2000 David A Pearson\n"
  28. +"\n"
  29. +" This program is free software; you can redistribute it and/or modify\n"
  30. +" it under the terms of the GNU General Public License as published by\n"
  31. +" the Free Software Foundation; either version 2 of the license, or\n"
  32. +" (at your option) any later version.\n"
  33. +"\n"
  34. +" This program is distributed in the hope that it will be useful,\n"
  35. +" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  36. +" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  37. +" GNU General Public License for more details.\n"
  38. +"\n"
  39. +" You should have received a copy of the GNU General Public License\n"
  40. +" along with this program; if not, write to the Free Software\n"
  41. +" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
  42. +"\n" );
  43. printf( "System details:\n"
  44. "\tSystem.......: %s %s\n"