Skip to content

Commit

Permalink
ver de eliminar el ultimo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
larafava committed Nov 23, 2023
1 parent f6680c2 commit b35ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proyecto/libreria/funciones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void reseteararchivo(string rutaarchi, tm* fechadereset){
bool existeSuperposicion(Cliente* cliente, Clases*clase){

for(int i=0;i<*cliente->cantClases;i++){
if(cliente->clases[i]->horario==clase->horario){
if(cliente[i].clases->horario==clase->horario){
return true;
}
}
Expand Down

0 comments on commit b35ea10

Please sign in to comment.