- Joined
- Aug 14, 2016
- Messages
- 1,973
- Reaction score
- 1,015
- Trophies
- 2
- Website
- www.youtube.com
- XP
- 2,883
- Country

Sorry for the bumping, but I need help on changing the meta.xml directory.
I just need to ask, what does the "%.*s" in the code below mean?
I just need to ask, what does the "%.*s" in the code below mean?
Code:
snprintf(meta_path, sizeof(meta_path), "%.*smeta.xml", p ? p-exe_path+1 : 0, exe_path);






