mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-28 20:07:08 +02:00
Minor tweak
This commit is contained in:
@@ -560,8 +560,8 @@ Var *FindVar(char const *str, int create)
|
|||||||
v->v.type = INT_TYPE;
|
v->v.type = INT_TYPE;
|
||||||
v->v.v.val = 0;
|
v->v.v.val = 0;
|
||||||
v->preserve = 0;
|
v->preserve = 0;
|
||||||
v->filename = GetCurrentFilename();
|
v->filename = "";
|
||||||
v->lineno = LineNo;
|
v->lineno = 0;
|
||||||
StrnCpy(v->name, str, VAR_NAME_LEN);
|
StrnCpy(v->name, str, VAR_NAME_LEN);
|
||||||
|
|
||||||
hash_table_insert(&VHashTbl, v);
|
hash_table_insert(&VHashTbl, v);
|
||||||
|
|||||||
Reference in New Issue
Block a user