aboutsummaryrefslogtreecommitdiff
path: root/src/limits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/limits.c')
-rw-r--r--src/limits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/limits.c b/src/limits.c
index 6dadd6c..a2c8ad9 100644
--- a/src/limits.c
+++ b/src/limits.c
@@ -1,5 +1,5 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008, 2009, 2010, 2013 Sergey Poznyakoff
+ Copyright (C) 2008-2010, 2013, 2016 Sergey Poznyakoff
GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -194,7 +194,7 @@ int
parse_limits (limits_record_t *plrec, char *str, char **endp)
{
int c;
- struct limits_rec *lrec = xmalloc (sizeof (*lrec));
+ struct limits_rec *lrec = grecs_malloc (sizeof (*lrec));
*plrec = lrec;
lrec->set = 0;
while ((c = *str++))

Return to:

Send suggestions and report system problems to the System administrator.