[hatari-devel] Bug with Fsfirst("a*.*") |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Bug with Fsfirst("a*.*")
- From: Vincent Rivière <vincent.riviere@xxxxxxxxxxx>
- Date: Sat, 20 Feb 2016 11:49:43 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=2v/btbP+DTrCj6m6s3tXC/99rpKDSRGk5pbSutx6bmY=; b=GFZRVitkikT2q5Hfis6LiGRHvrN0e3Q/K5Mr/ONFPcR9t6xAJ7Kh/svfdtf9Kf0bre DV1TXmLs1qiymr9vih9lP3UXQwMgcpYMGxuh8O5a9d/fZj0JiFEQBLN9XVm9ylhIKwQN L8M4VQ/zcfak+cxhY4yS9Dta/Wvt7WeYvCqUXq7hmVlNI1zdSuBhmrxJ4qOAensKSJUp SsLkLhFC6kAggqUIPo2ohsitGyWAFF3uztNuiJFwu734EfqnH2+JQQk8UPeDBzy6OYpF pkDSnT5P9MSkhmA2p1lAdVH1VUWzG07CUTCZHWprlgOV2hwE/PcTb3VD2bEaq1pvSvlc 6OcQ==
Hello.
There is a bug in Hatari GEMDOS emulation regarding to Fsfirst() file patterns.
1) Normal operation (tested with Hatari and TOS 1.62 on A:).
- Fsfirst("a*") finds all files and directories starting with A but without
extension.
- Fsfirst("a*.*") finds all files and directories starting with A, with or
without extension.
2) Hatari bug on emulated C:
- Fsfirst("a*.*") only finds files and directories having an extension.
This can be easily tested with TomShell and the dir command:
http://www.wikiberd.de/~dennis/atari/tomshell.lzh
The same occurs with EmuTOS's command line (EmuCON).
dir a*.*
--
Vincent Rivière