summary refs log tree commit diff
path: root/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-07-30 14:32:56 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-07-30 14:33:55 -0300
commit0ddbf92e95b705633d8edc577e019febb130a4d8 (patch)
treeb6611cf9fa14b4d617facfa429e802d6d860fa43 /pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff
parent0c093cc4284bba91bfed58fba6706b77f2b875cf (diff)
downloadnixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.tar
nixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.tar.gz
nixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.tar.bz2
nixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.tar.lz
nixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.tar.xz
nixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.tar.zst
nixpkgs-0ddbf92e95b705633d8edc577e019febb130a4d8.zip
algol68g: Trivial fix in patch
Diffstat (limited to 'pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff')
-rw-r--r--pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff b/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff
index beb3cb1c8bb..14e7ccd5624 100644
--- a/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff
+++ b/pkgs/development/compilers/algol68g/0001-plotutils-png-support.diff
@@ -9,7 +9,7 @@ diff -Naur algol68g-2.8.4-old/source/plotutils.c algol68g-2.8.4-new/source/plotu
 -/*------------------------------------+
 -| Supported plotter type - pseudo GIF |
 -+------------------------------------*/
-+  } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "gif")) {
++  } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "png")) {
 +/*-------------------------------------------+
 +| Supported plotter type - pseudo GIF or PNG |
 ++-------------------------------------------*/