Commit d47ce3a
authored
Added checks for bitstream file extension (#61)
Previously, using a file extension other than `.LPC` or `.BIN` would
result in the GUI depositing an empty file. This commit adds checks
for the extension. The program will now warn the user if the requested
extension is unsupported, and it will default to `.LPC` in that case1 parent 8f27b82 commit d47ce3a
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
212 | 225 | | |
213 | 226 | | |
214 | 227 | | |
| |||
569 | 582 | | |
570 | 583 | | |
571 | 584 | | |
| 585 | + | |
| 586 | + | |
572 | 587 | | |
573 | 588 | | |
574 | 589 | | |
| |||
0 commit comments