Commit a3acc154 authored by claes's avatar claes

objid -> aref

parent 03a6a8fe
...@@ -57,7 +57,7 @@ static int graph_get_applet_size( char *graphname, int *width, int *height); ...@@ -57,7 +57,7 @@ static int graph_get_applet_size( char *graphname, int *width, int *height);
#endif #endif
#if LDH #if LDH
static int graph_webhandler_insert( pwr_tObjid Objid, void *o_p, static int graph_webhandler_insert( pwr_sAttrRef *aref, void *o_p,
void *c_p, void *dum1, void *dum2, void *dum3) void *c_p, void *dum1, void *dum2, void *dum3)
{ {
int *count = (int *)c_p; int *count = (int *)c_p;
...@@ -65,7 +65,7 @@ static int graph_webhandler_insert( pwr_tObjid Objid, void *o_p, ...@@ -65,7 +65,7 @@ static int graph_webhandler_insert( pwr_tObjid Objid, void *o_p,
if ( *count == 0) if ( *count == 0)
*objid_p = Objid; *objid_p = aref->Objid;
(*count)++; (*count)++;
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment