summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Gen_Perf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/Gen_Perf.cpp')
-rw-r--r--apps/gperf/src/Gen_Perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gperf/src/Gen_Perf.cpp b/apps/gperf/src/Gen_Perf.cpp
index 88c362e0218..da925e89b63 100644
--- a/apps/gperf/src/Gen_Perf.cpp
+++ b/apps/gperf/src/Gen_Perf.cpp
@@ -102,7 +102,7 @@ Gen_Perf::sort_set (char *union_set, int len)
curr--)
union_set[curr] = union_set[curr - 1];
- union_set[curr] = static_cast<char> (tmp);
+ union_set[curr] = tmp;
}
}