aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/dat.h
diff options
context:
space:
mode:
authorRuss Cox <russcox@gmail.com>2009-09-25 01:43:54 -0400
committerRuss Cox <russcox@gmail.com>2009-09-25 01:43:54 -0400
commitdaea2c7d501c3e825bede80992ade6b241efdce1 (patch)
tree7b222116d5eb48265654660917dbd0b5be630fcc /src/cmd/acme/dat.h
parent1961ee822320bdc107e55f10b2db1bfe8f70d382 (diff)
downloadplan9port-daea2c7d501c3e825bede80992ade6b241efdce1.tar.gz
plan9port-daea2c7d501c3e825bede80992ade6b241efdce1.tar.bz2
plan9port-daea2c7d501c3e825bede80992ade6b241efdce1.zip
acme: correct modified message after initial load; more detail in
message http://codereview.appspot.com/123051
Diffstat (limited to 'src/cmd/acme/dat.h')
-rw-r--r--src/cmd/acme/dat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h
index 8242da69..b15395fd 100644
--- a/src/cmd/acme/dat.h
+++ b/src/cmd/acme/dat.h
@@ -134,7 +134,7 @@ struct File
Rune *name; /* name of associated file */
int nname; /* size of name */
uvlong qidpath; /* of file when read */
- uint mtime; /* of file when read */
+ ulong mtime; /* of file when read */
int dev; /* of file when read */
int unread; /* file has not been read from disk */
int editclean; /* mark clean after edit command */
@@ -210,7 +210,7 @@ void textfill(Text*);
void textframescroll(Text*, int);
void textinit(Text*, File*, Rectangle, Reffont*, Image**);
void textinsert(Text*, uint, Rune*, uint, int);
-uint textload(Text*, uint, char*, int);
+int textload(Text*, uint, char*, int);
Rune textreadc(Text*, uint);
void textredraw(Text*, Rectangle, Font*, Image*, int);
void textreset(Text*);