Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b023c106

Von cstim vor etwa 21 Jahren hinzugefügt

  • ID b023c10680c5500a790cf4a8ecd00f5112ce6898
  • Vorgänger b3e39183
  • Nachfolger 3014f9b7

2004-08-02 Christian Stimming <>

  • src/base/waitcallback.c: Fix potential problem with
    uninitialized pointer.
  • configure.ac: Fix error in symlinking headers -- xml.h was
    missed.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@473 70169cfe-8b10-0410-8925-dcb4b91034d8

Unterschiede anzeigen:

src/base/waitcallback.c
else {
DBG_INFO(0, "Callback \"%s\" not found and none is currently selected",
id);
nctx = 0;
}
} /* if ctx not found */
else {
......
GWEN_WaitCallback_List_GetCount(gwen_waitcallback__list));
}
if (file)
nctx->enteredFromFile=strdup(file);
nctx->enteredFromLine=line;
if (nctx) {
if (file)
nctx->enteredFromFile=strdup(file);
nctx->enteredFromLine=line;
}
}

Auch abrufbar als: Unified diff