|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T p
Length: 1382 (0x566) Types: TextFile Names: »patches.900225«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦this⟧ »EurOpenD3/network/snmp/patches.900225«
*** /tmp/,RCSt1001446 Sun Feb 25 17:29:30 1990 --- asn.c Sun Feb 25 17:05:20 1990 *************** *** 1,6 **** /* ! * $Header: asn.c,v 1.2 89/04/21 20:32:29 jrd Exp $ * Author: J. Davin * Copyright 1988, 1989, Massachusetts Institute of Technology * See permission and disclaimer notice in file "notice.h" --- 1,6 ---- /* ! * $Header: asn.c,v 1.3 90/02/25 17:04:55 jrd Exp $ * Author: J. Davin * Copyright 1988, 1989, Massachusetts Institute of Technology * See permission and disclaimer notice in file "notice.h" *************** *** 364,370 **** dp = asnRootToPtr (ap); dp->asnDatumTotalLen++; np = dp->asnDatumNode; ! ap->asnLenCnt--; tlen = (((AsnLengthType) x) << ap->asnLenCnt) | dp->asnDatumActualLen; DEBUG1 ("tlen %d ", tlen); --- 364,370 ---- dp = asnRootToPtr (ap); dp->asnDatumTotalLen++; np = dp->asnDatumNode; ! ap->asnLenCnt -= 8; tlen = (((AsnLengthType) x) << ap->asnLenCnt) | dp->asnDatumActualLen; DEBUG1 ("tlen %d ", tlen); *************** *** 470,476 **** } else { asnDatumMustMatchSet (dp, TRUE); ! ap->asnLenCnt = nlen; ap->asnFn = asnLen1; DEBUG0 ("7\n"); return (asnStatusOk); --- 470,476 ---- } else { asnDatumMustMatchSet (dp, TRUE); ! ap->asnLenCnt = (nlen << 3); ap->asnFn = asnLen1; DEBUG0 ("7\n"); return (asnStatusOk);