Changes between Version 2 and Version 3 of Ticket #3831, comment 4
- Timestamp:
- 06/18/17 04:38:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3831, comment 4
v2 v3 6 6 I'm using the midnight commander of msys2 version. 7 7 8 ``` 8 {{{ 9 9 $ pacman -Ss mc | grep \\bmsys/mc\\b 10 10 msys/mc 4.8.19-1 [installed] … … 22 22 Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish 23 23 Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64; 24 ``` 24 25 }}} 26 27 >$ mc -V 28 >Built with GLib 2.48.2 29 Is this meaning the GLIB is being used?