X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=www%2Fwproto.c;fp=www%2Fwproto.c;h=704275512d83d1ce5b5dd752500bdb95a8c6e742;hb=0cad10a308d1f636ff5661ac543b38251e74d323;hp=992d8007e421db03cab4d563f246888cb85ab95e;hpb=1c49e18722ac6f17e2b0246201b3f97d9024c9a3;p=egate.git diff --git a/www/wproto.c b/www/wproto.c index 992d800..7042755 100644 --- a/www/wproto.c +++ b/www/wproto.c @@ -41,6 +41,9 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wproto.c,v $ + * Revision 1.25 1997/02/10 10:15:38 adam + * Bug fix: egw_source didn't work properly. + * * Revision 1.24 1997/01/31 11:16:00 adam * Enhanced the egw_source command. An optional parameter specifies the * name of a variable in which the HTML output is stored. @@ -539,8 +542,8 @@ static int wproto_findcache(WCLIENT wc, char *name) int wproto_save_push (WCLIENT wc) { - return wc->outbuffer_offset; wc->save_level++; + return wc->outbuffer_offset; } char *wproto_save_pop (WCLIENT wc, int offset)