Skip to content
Snippets Groups Projects
Commit d287b2b1 authored by rtoy's avatar rtoy
Browse files

Fix typos introduced in last commit.

parent 9a0abdb7
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/print.c,v 1.27 2010/10/10 13:02:10 rtoy Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/print.c,v 1.28 2010/10/10 14:11:47 rtoy Exp $ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
...@@ -385,7 +385,7 @@ brief_otherptr(lispobj obj) ...@@ -385,7 +385,7 @@ brief_otherptr(lispobj obj)
#else #else
{ {
char *charptr = (char *) vector->data; char *charptr = (char *) vector->data;
int len = (int) (vector->length >> (logtag_Bits - 1); int len = (int) (vector->length >> (lowtag_Bits - 1));
while (len-- > 0) { while (len-- > 0) {
if ((charptr[0] == 0) if ((charptr[0] == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment