diff options
Diffstat (limited to 'core/dmi.c')
-rw-r--r-- | core/dmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ static const char *dmi_install_string(const char *pfx, const char *str) ep = p = str; while (*p) { if (!is_ctl_or_whitespace(*p)) - ep = str+1; + ep = p+1; p++; } |