diff options
Diffstat (limited to 'academic/gwyddion/gwyddion-2.38-stat-tool-save-crash.patch')
-rw-r--r-- | academic/gwyddion/gwyddion-2.38-stat-tool-save-crash.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/academic/gwyddion/gwyddion-2.38-stat-tool-save-crash.patch b/academic/gwyddion/gwyddion-2.38-stat-tool-save-crash.patch deleted file mode 100644 index 470ad5a50cf6..000000000000 --- a/academic/gwyddion/gwyddion-2.38-stat-tool-save-crash.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: modules/tools/stats.c -=================================================================== ---- modules/tools/stats.c (revision 16602) -+++ modules/tools/stats.c (working copy) -@@ -1096,7 +1096,7 @@ - area = report_data->same_units ? fmt_val(area) : g_strdup(_("N.A.")); - projarea = fmt_val(projarea); - -- vf = gwy_si_unit_get_format_with_digits(siunitarea, -+ vf = gwy_si_unit_get_format_with_digits(siunitvar, - GWY_SI_UNIT_FORMAT_PLAIN, - report_data->results.var, 3, vf); - var = fmt_val(var); |