Skip to content

Commit

Permalink
Correct return type for Tgetdate() to uint16_t
Browse files Browse the repository at this point in the history
This version keeps correct character set.
  • Loading branch information
rosenrost authored and th-otto committed Sep 17, 2024
1 parent 52411ba commit b271c5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gemdos/datetime/tgetdate.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!begin_node Tgetdate
(!begin_liste) [Availability]
!item [Name:]
¯get date® - Obtain date.
¯get date® - Obtain date.

!item [Opcode:]
42
Expand Down Expand Up @@ -62,7 +62,7 @@ addq.l #2,sp ; Correct stack
!begin_node Tgetdate
(!begin_liste) [Beschreibung]
!item [Name:]
¯get date® - Tagesdatum ermitteln.
¯get date® - Tagesdatum ermitteln.

!item [Gemdosnummer:]
42
Expand All @@ -89,18 +89,18 @@ Monat (1-12)
Jahr (0-119, 0= 1980)
!end_xlist

!item [Verfgbar:]
!item [Verfgbar:]
Alle GEMDOS Versionen.

!item [Gruppe:]
Datum und Uhrzeit

!item [Querverweis:]
(!link [Binding] [Bindings fr Tgetdate]) ~ Tsetdate
(!link [Binding] [Bindings fr Tgetdate]) ~ Tsetdate
(!ende_liste)


!begin_node Bindings fr Tgetdate
!begin_node Bindings fr Tgetdate
!ignore_index
(!begin_liste) [Assembler:]
!item [C:]
Expand Down

0 comments on commit b271c5a

Please sign in to comment.