Advertisement
Guest User

Untitled

a guest
Mar 31st, 2017
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2.  
  3. else if (entry_empty)
  4. {
  5. if (create_node)
  6. {
  7. /*
  8. * Remainder is not empty so is this entry empty ?
  9. */
  10. (*empty_entry_count)++;
  11.  
  12. if (*empty_entry_count == (lfn_entries + 1))
  13. empty_space_found = true;
  14. }
  15. else{
  16. printf("MSFS:[4.05] empty entry; resetting LFN start cluster number\n");
  17. lfn_start.cln = FAT_FILE_SHORT_NAME;
  18. filename_size_remaining = name_len_for_compare;
  19. }
  20. printf ("MSFS:[4.1] esc:%li esf:%i\n",
  21. *empty_entry_count, empty_space_found);
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement