Changeset 88736cb for functions.c


Ignore:
Timestamp:
Oct 3, 2002, 2:33:31 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2adaf1d
Parents:
486688f
Message:
Fixed a bug in owl_function_calculate_topmsg_normal that caused a
  segfault
Fixed some typos in the intro doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r486688f r88736cb  
    840840  int savey, j, i, foo, y;
    841841
     842  if (curmsg<0) return(topmsg);
     843   
    842844  /* If we're off the top of the screen then center */
    843845  if (curmsg<topmsg) {
Note: See TracChangeset for help on using the changeset viewer.